Skip to content

GHCP — Crawl: Ex0 Bootstrap#117

Closed
maharvey-prgs wants to merge 1 commit intogithub:mainfrom
maharvey-prgs:crawl/maharvey-prgs/ex0-bootstrap
Closed

GHCP — Crawl: Ex0 Bootstrap#117
maharvey-prgs wants to merge 1 commit intogithub:mainfrom
maharvey-prgs:crawl/maharvey-prgs/ex0-bootstrap

Conversation

@maharvey-prgs
Copy link
Copy Markdown

Summary

  • Created ai-track-docs/ and .copilot-track/crawl/ scaffolding
  • Files: SYSTEM-OVERVIEW.md, build-test.md, architecture.mmd, crawl/README.md

Evidence

  • No tests (scaffolding only) — files verified to exist after creation

Risk & Rollback

  • Risk: low (new files only, nothing modified)
  • Rollback: revert 6044e5e

Track

  • Level: Crawl
  • Exercise: Ex0

Copilot AI review requested due to automatic review settings May 5, 2026 23:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds initial “Crawl / Ex0 Bootstrap” scaffolding docs to help contributors orient to the repo, run the sample project, and follow the chain-PR workflow for the track.

Changes:

  • Introduces ai-track-docs/ with a system overview, build/test command reference, and a Mermaid architecture diagram.
  • Adds .copilot-track/crawl/README.md describing the Crawl track workflow (chain-PRs, required PR evidence, and key files).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
ai-track-docs/SYSTEM-OVERVIEW.md High-level repo summary, key paths, and test approach reference.
ai-track-docs/build-test.md Copy/paste build & test commands for the Python sample app (plus placeholders for C#/JS).
ai-track-docs/architecture.mmd Mermaid diagram of the Python sample app components and relationships.
.copilot-track/crawl/README.md Crawl track process documentation (branch chaining, PR evidence expectations, workflow steps).

### Run the app
```bash
cd samples/book-app-project
python book_app.py
Comment on lines +20 to +21
# or, using pyproject.toml:
pip install -e .
Comment on lines +5 to +6
B --> E[tests/test_books.py<br>pytest suite]
C --> E
## Prompt Usage Pattern
For each exercise:
1. Open Copilot Chat with the repo open in VS Code
2. Paste the exercise prompt from `crawl-walk-run.instructions.md`
@maharvey-prgs
Copy link
Copy Markdown
Author

Mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants